Code
library(RColorBrewer)
par(mar=c(3,4,2,2))
display.brewer.all()
Sheng Long
October 15, 2025
Chances are, if you’ve taken a data science class before that talks about color palettes, you must have known the “Brewer” palette. You can also go on the ColorBrewer website to decide which color palette to use, and whether they are printing-friendly, color-blind friendly, etc. But how were these color palettes designed in the first place?
Cynthia Brewer1, then a PhD student (?) first designed the color palettes in 19xx.
1 Website here
Harrower and Brewer (2003) also published a paper detailing the design decisions that went into building the colorbrewer website.
Color systems are XXX. Perhaps one of the most famour color systems are the Munsell color system, which is used to establsh color standards and acceptable ranges of color deviation for commericial products and to classify colors.